home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / aval_377 / utility / compdiff / compdiff.eng next >
Text File  |  1994-04-16  |  2KB  |  66 lines

  1. ==========================================================================
  2.  COMPDIFF V1.xx                                   Last Changes: 16 Apr 94
  3. ==========================================================================
  4.                           (c) Stephan Slabihoud
  5. ==========================================================================
  6.                             S H A R E W A R E
  7. ==========================================================================
  8.  
  9.                 For shareware details refer to AVALON.TXT
  10.  
  11. ==========================================================================
  12.  
  13.     If you have any ideas and bug reports directed at manual and program,
  14.             please send them directly and per crashmail to me!
  15.  
  16.  
  17.  
  18. INTRO:
  19. ======
  20. For  every point-/nodelist a difference file is  published  weekly.  Using 
  21. this utility allows you to make your old point- or nodelist up-to-date.
  22.  
  23. It is possible to apply more than one diff file to the orignal list.
  24.  
  25.  
  26. How to start COMPDIFF:
  27. ======================
  28.  
  29. COMPDIFF <list> <diff> [clear]
  30.  
  31. <list>  -  The point-/nodeliste (e.g. "C:\FIDO\NODELIST.*").
  32. <diff>  -  The Diff-file (e.g. "C:\FIDO\NODEDIFF.*").
  33.  
  34. clear   -  ALWAYS delete original list and diff.
  35.            (Do not recognize crc errors!)
  36.  
  37.  
  38. Example:
  39. ========
  40.  
  41. COMPDIFF c:\fido\nodelist.* c:\fido\nodediff.* clear
  42.  
  43.  
  44. INTERNA:
  45. ========
  46. Errorlevels:
  47.  
  48. 0 - OK              Old list and Diff-file deleted
  49. 1 - CRC-Error       Old list and Diff-file NOT deleted
  50.                     (Will be deleted when using "clear"!)
  51. 2 - Parameter       To many/few parameters
  52. 3 - Nodelist        Nodelist not found
  53. 6 - Error           Nodelist created, but not checked
  54. 7 - Day number      Day number could not be found in Diff-file
  55. 8 - Error           Unknown error
  56. 9 - File error      A file cound not be opened
  57.  
  58.  
  59.  
  60. History:
  61. ========
  62.  V1.0 - First official version.
  63.  V1.1 - Calculate used time (Hi Florian ;-))
  64.  V1.2 - Nodelistcheck improved.
  65.  
  66.